'宣言 Public Overloads Overridable Function CreateCollectionChange(Of T)( _ ByVal collection As ICollection(Of T), _ ByVal action As NotifyCollectionChangedAction, _ ByVal items() As T, _ ByVal index As Integer, _ ByVal itemTypeDisplayName As String _ ) As UndoUnit
public virtual UndoUnit CreateCollectionChange<T>( ICollection<T> collection, NotifyCollectionChangedAction action, T[] items, int index, string itemTypeDisplayName )